home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TMSGCREATEACTSETUP
/
TMSGCREATEACTSETUP.txt
Wrap
Text File
|
2004-10-12
|
4KB
|
181 lines
object MsgCreateActSetup: TMsgCreateActSetup
Left = 253
Top = 248
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create a New Message'
ClientHeight = 533
ClientWidth = 562
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 20
Top = 20
Width = 78
Height = 16
Caption = 'Use account:'
end
object gbAddr: TGroupBox
Left = 20
Top = 49
Width = 523
Height = 129
Caption = 'Create message for'
TabOrder = 0
object cbAddrLink: TRadioButton
Left = 20
Top = 27
Width = 414
Height = 21
Caption = '&Linked persons/addresses'
Checked = True
TabOrder = 0
TabStop = True
OnClick = cbAddrToClick
end
object cbAddrTo: TRadioButton
Left = 20
Top = 57
Width = 434
Height = 21
Caption = 'Specific &addresses:'
TabOrder = 1
OnClick = cbAddrToClick
end
object eAddrTo: TEdit
Left = 49
Top = 86
Width = 346
Height = 24
Enabled = False
TabOrder = 2
end
object bBrowseAddr: TButton
Left = 404
Top = 84
Width = 112
Height = 30
Caption = 'Browse'
Enabled = False
TabOrder = 3
OnClick = bBrowseAddrClick
end
end
object gbTpl: TGroupBox
Left = 20
Top = 187
Width = 523
Height = 159
Caption = 'Source'
TabOrder = 1
object cbSpecTpl: TRadioButton
Left = 20
Top = 25
Width = 375
Height = 21
Caption = 'Specific &template'
Checked = True
TabOrder = 0
TabStop = True
OnClick = cbSpecTplClick
end
object bEditTpl: TButton
Left = 404
Top = 20
Width = 109
Height = 30
Caption = 'Edit'
TabOrder = 1
OnClick = bEditTplClick
end
object cbQTpl: TRadioButton
Left = 20
Top = 54
Width = 355
Height = 21
Caption = 'Use &Quick Template'
TabOrder = 2
OnClick = cbSpecTplClick
end
object cbQT: TComboBox
Left = 39
Top = 76
Width = 356
Height = 24
Style = csDropDownList
Enabled = False
ItemHeight = 16
TabOrder = 3
end
object cbAttachLinks: TCheckBox
Left = 20
Top = 118
Width = 483
Height = 21
Caption = 'Attach linked documents'
TabOrder = 4
end
end
object cbAction: TRadioGroup
Left = 20
Top = 354
Width = 523
Height = 80
Caption = 'Action'
Columns = 2
ItemIndex = 0
Items.Strings = (
'Send immediately'
'Queue in the Outbox'
'Open in the Message Editor'
'Save as draft in the Outbox')
TabOrder = 2
end
object bOK: TButton
Left = 295
Top = 492
Width = 120
Height = 31
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object bCancel: TButton
Left = 433
Top = 492
Width = 110
Height = 31
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object cbUser: TComboBox
Left = 256
Top = 15
Width = 287
Height = 24
Style = csDropDownList
ItemHeight = 16
TabOrder = 5
end
object cbSeparate: TCheckBox
Left = 30
Top = 453
Width = 493
Height = 21
Caption = 'Create separate message for each addressee'
TabOrder = 6
end
end